List Storage Drivers

List storage drivers

Request
query Parameters
projectId
string
  • when specified - filter drivers by project
Responses
200

Ok

get/drivers
Request samples

project.drivers.list()


# 
# Get the project's drivers list.
# 
# **Prerequisites**: You must be in the role of an *owner* or *developer*.
# 
# :return: List of Drivers objects
# :rtype: list
# 
# 
Response samples
application/json
[
  • {
    }
]